AL GET SOUND SIZE

This function will return the compressed or uncompressed size of a sound's buffer, in bytes.

  Syntax
Return Double Integer = AL GET SOUND SIZE( soundNumber, comSize )
  Parameters
soundNumber
Integer
The sound number.
comSize
Boolean
A value of 1 will return the compressed size of the buffer (before it was decoded). A value of 0 will return the size of the buffer after it was decoded.

  Returns

Returns the size of the a sound's buffer before or after it was decoded.

  See also

DarkAL Functions Menu